ПоискОтсортировано по релевантности | Сортировать по дате Результаты поиска 1 - 19 из 19 1. XML-RPC client: state name query 1. XML-RPC client: state name query Prev Chapter 11. Examples Next 1. XML-RPC client: state name query Code to get the corresponding state name from a number (1-50) from the demo server available on SourceForge $m = new xmlrpcmsg('examples.getStateName', array(new xmlrpcval($HTTP_POST_VARS["stateno"], "int"))); $c = new xmlrpc_client("/server.php", "phpxmlrpc.sourceforge.net", 80); $r = $c->send($m); if (!$r->faultCode()) { $v = $r->value(); print... Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет Chapter 11. Examples Chapter 11. Examples Prev Next Chapter 11. Examples Table of Contents 1. XML-RPC client: state name query 2. Executing a multicall call The best examples are to be found in the sample files included with the distribution. Some are included here. Prev Next 5. system.multicall Home 1. XML-RPC client: state name query Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет html2canvas-php-proxy/html2canvasproxy.php at master В· brcontainer/html2canvas-php-proxy В· GitHub Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository All repositories Star 11 Fork 13 public brcontainer / html2canvas-php-proxy Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS clone URL Subversion checkout URL You can clone with HTTPS or Subversion . Clone in Desktop Download ZIP Permalink branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show html2canvas-php-proxy / html2canvasproxy.php brcontainer May 29,... Изменен: 21.04.2017Путь: Спутниковый интернет / Двухсторонний html2canvas-php-proxy/html2canvasproxy.php at master В· brcontainer/html2canvas-php-proxy В· GitHub Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository All repositories Star 11 Fork 13 public brcontainer / html2canvas-php-proxy Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS clone URL Subversion checkout URL You can clone with HTTPS or Subversion . Clone in Desktop Download ZIP Permalink branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show html2canvas-php-proxy / html2canvasproxy.php brcontainer May 29,... Изменен: 23.08.2016Путь: Спутниковый интернет / Двухсторонний html2canvas-php-proxy/html2canvasproxy.php at master В· brcontainer/html2canvas-php-proxy В· GitHub Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository All repositories Star 11 Fork 13 public brcontainer / html2canvas-php-proxy Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS clone URL Subversion checkout URL You can clone with HTTPS or Subversion . Clone in Desktop Download ZIP Permalink branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show html2canvas-php-proxy / html2canvasproxy.php brcontainer May 29,... Изменен: 23.08.2016Путь: Спутниковый интернет / Двухсторонний html2canvas-php-proxy/html2canvasproxy.php at master В· brcontainer/html2canvas-php-proxy В· GitHub Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository All repositories Star 11 Fork 13 public brcontainer / html2canvas-php-proxy Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS clone URL Subversion checkout URL You can clone with HTTPS or Subversion . Clone in Desktop Download ZIP Permalink branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show html2canvas-php-proxy / html2canvasproxy.php brcontainer May 29,... Изменен: 20.07.2015Путь: Спутниковый интернет / Двухсторонний html2canvas-php-proxy/html2canvasproxy.php at master В· brcontainer/html2canvas-php-proxy В· GitHub Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository All repositories Star 11 Fork 13 public brcontainer / html2canvas-php-proxy Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS clone URL Subversion checkout URL You can clone with HTTPS or Subversion . Clone in Desktop Download ZIP Permalink branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show html2canvas-php-proxy / html2canvasproxy.php brcontainer May 29,... Изменен: 03.03.2015Путь: Спутниковый интернет / Двухсторонний html2canvas-php-proxy/html2canvasproxy.php at master В· brcontainer/html2canvas-php-proxy В· GitHub Skip to content Sign up Sign in Explore Features Enterprise Blog This repository This repository All repositories Star 11 Fork 13 public brcontainer / html2canvas-php-proxy Code Issues 0 Pull Requests 0 Pulse Graphs Network HTTPS clone URL Subversion checkout URL You can clone with HTTPS or Subversion . Clone in Desktop Download ZIP Permalink branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show html2canvas-php-proxy / html2canvasproxy.php brcontainer May 29,... Изменен: 24.12.2014Путь: Спутниковый интернет / Двухсторонний Examples using phpmailer Examples using PHPMailer 1. Advanced Example This demonstrates sending multiple email messages with binary attachments from a MySQL database using multipart/alternative messages. require 'PHPMailerAutoload.php'; $mail = new PHPMailer(); $mail->setFrom('list@example.com', 'List manager'); $mail->Host = 'smtp1.example.com;smtp2.example.com'; $mail->Mailer = 'smtp'; @mysqli_connect('localhost','root','password'); @mysqli_select_db("my_company"); $query = "SELECT full_name, email... Изменен: 10.02.2016Путь: Спутниковый интернет / Личный кабинет 3. xmlrpc_client 3. xmlrpc_client Prev Chapter 7. Class documentation Next 3. xmlrpc_client This is the basic class used to represent a client of an XML-RPC server. 3.1. Creation The constructor accepts one of two possible syntaxes: $client = new xmlrpc_client ( $server_url ) ; string $server_url ; $client = new xmlrpc_client ( $server_path , $server_hostname , $server_port , $transport ) ; string $server_path ; string $server_hostname ; int $server_port 80; string $transport 'http';... Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет xmlrpc Which toolkit demo Query server for toolkit information The code demonstrates usage of the php_xmlrpc_decode function $Id: which.php,v 1.6 2006/02/04 20:51:57 ggiunta Exp $ Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет xmlrpc Introspect demo Query server for available methods and their description The code demonstrates usage of multicall and introspection methods $Id: introspect.php,v 1.8 2006/12/28 16:10:41 milosch Exp $ Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет 2. Executing a multicall call 2. Executing a multicall call Prev Chapter 11. Examples Next 2. Executing a multicall call To be documented... Prev Up Next 1. XML-RPC client: state name query Home Chapter 12. Frequently Asked Questions Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет MiniXML: Overview MiniXML API Overview and Demo MiniXML allows you to easily parse and generate XML using PHP. Here is an overview of the API and, below that, a demonstration. I must warn you that the demo program proceeds in a rather roundabout manner as this is example code. And don't worry, it's not really that long, it's just that I'm quite verbose in the comments. Overview The Basics All your interactions with MiniXML begin with a MiniXMLDoc object. To create one, simply: $xmlDoc = new MiniXMLDoc(); Now that... Изменен: 04.05.2008Путь: Спутниковый интернет / Личный кабинет Chapter 10. Reserved methods Chapter 10. Reserved methods Prev Next Chapter 10. Reserved methods Table of Contents 1. system.getCapabilities 2. system.listMethods 3. system.methodSignature 4. system.methodHelp 5. system.multicall In order to extend the functionality offered by XML-RPC servers without impacting on the protocol, reserved methods are supported in this release. All methods starting with system. are considered reserved by the server. PHP for XML-RPC itself provides four special methods, detailed in this chapter... Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет XMLRPC Debugger ... logs of this server. Use with care. Changelog 2007-02-20: add visual editor for method payload; allow strings, bools as jsonrpc msg id 2006-06-26: support building php code stub for calling remote methods 2006-05-25: better support for long running queries; check for no-curl installs 2006-05-02: added support for JSON-RPC. Note that many interesting json-rpc features are not implemented yet, such as notifications or multicall. 2006-04-22: added option for setting custom CA certs to verify peer with... Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет Chapter 4. Files in the distribution ... illustrate usage of introspection capabilities offered by server.php. demo/client/mail.php client code to illustrate usage of an xmlrpc-to-email gateway using Dave Winer's XML-RPC server at userland.com. demo/client/zopetest.php example client code that queries an xmlrpc server built in Zope. demo/vardemo.php examples of how to construct xmlrpcval types demo/demo1.txt, demo/demo2.txt, demo/demo3.txt XML-RPC responses captured in a file for testing purposes (you can use these to test the xmlrpcmsg->parseResponse()... Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет XML-RPC for PHP XML-RPC for PHP Next XML-RPC for PHP version 2.2 Edd Dumbill Gaetano Giunta Miles Lott Justin R. Miller Andres Salomon Copyright © 1999,2000,2001 Edd Dumbill, Useful Information Company All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions... Изменен: 27.12.2012Путь: Спутниковый интернет / Личный кабинет mPDF File Progress "; if (is_writable(dirname(_MPDF_TTFONTDATAPATH.'x'))) { $fh = fopen(_MPDF_TTFONTDATAPATH.$fontkey.'.mtx.php',"w"); fwrite($fh,$s,strlen($s)); fclose($fh); $fh = fopen(_MPDF_TTFONTDATAPATH.$fontkey.'.cw.dat',"wb"); fwrite($fh,$cw,strlen($cw)); fclose($fh); @unlink(_MPDF_TTFONTDATAPATH.$fontkey.'.cgm'); @unlink(_MPDF_TTFONTDATAPATH.$fontkey.'.z'); @unlink(_MPDF_TTFONTDATAPATH.$fontkey.'.cw127.php'); @unlink(_MPDF_TTFONTDATAPATH.$fontkey.'.cw'); } else if ($this->debugfonts)... Изменен: 05.03.2012Путь: Спутниковый интернет Результаты поиска 1 - 19 из 19 Отсортировано по релевантности | Сортировать по дате | Новости |